home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / graphics / show40a.arj / GUIDE.EXE / GUIDEIT.SHW < prev    next >
Text File  |  1993-12-01  |  3KB  |  84 lines

  1. ; Branch out according to place called from.
  2. IF place EQ 1 DO JUMPMARK 1
  3. IF place EQ 2 DO JUMPMARK 2
  4. JUMPMARK 10
  5.  
  6. ; Branch to here if called from place 1.
  7. MARK 1
  8. COLOR ATTRIBUTE 110
  9. SCREEN WIPE RIGHT
  10. GOXY 1 1 DRAW BOX 79 24
  11. COLOR BACKGROUND 6
  12. COLOR FOREGROUND 14
  13. GOXY 5 3 WRITE "HOW TO USE THIS GUIDE:"
  14. COLOR FOREGROUND 11
  15. GOXY 5 4 DRAW LINE 22
  16. GOXY 7 6
  17. WRITE "This guide shows you how to use the shareware program DataShow. The"
  18. GOXY 7 7
  19. WRITE "guide contains some topics  that will be shown  on the screen.  You"
  20. GOXY 7 8
  21. WRITE "try them yourself.  You simply follow the directions on the screen,"
  22. GOXY 7 9
  23. WRITE "enter answers to questions and push keys when asked."
  24. GOXY 7 11
  25. COLOR FOREGROUND 14
  26. WRITE "It is all designed to give you a quick idea of what DataShow is about."
  27. GOXY 7 13
  28. COLOR FOREGROUND 11
  29. WRITE "Message boxes will pop up on the screens telling you what to do. An"
  30. GOXY 7 14
  31. WRITE "example is shown here beneath.  You are expected to push any key to"
  32. GOXY 7 15
  33. WRITE "return to the main menu. But if you hit the <Alt> key together with"
  34. GOXY 7 16
  35. WRITE "the X key, you'll exit this guide.  If you select  to use the mouse"
  36. GOXY 7 17
  37. WRITE "you'll see a different message box with two push buttons, where you"
  38. GOXY 7 18
  39. WRITE "can use the mouse (left button) to select between them.            "
  40. GOXY 7 20
  41. COLOR FOREGROUND 14
  42. WRITE "When you return to the main menu, you can try the topics in order."
  43. WAIT 2
  44. JUMPMARK 10
  45.  
  46. ; Branch to here if called from place 2.
  47. MARK 2
  48. COLOR ATTRIBUTE 110
  49. SCREEN WIPE UP
  50. GOXY 1 1 DRAW BOX 79 24
  51. COLOR BACKGROUND 6
  52. COLOR FOREGROUND 14
  53. GOXY 5 3 WRITE "HOW TO USE DATASHOW IN GENERAL:"
  54. COLOR FOREGROUND 11
  55. GOXY 5 4 DRAW LINE 30
  56. GOXY 7 6
  57. WRITE "DataShow is designed to be as easy to use as possible. Help is made"
  58. GOXY 7 7
  59. WRITE "available everywhere in the Integrated Development Environment. You"
  60. GOXY 7 8
  61. WRITE "can allways push the F1 key,  and get help with the topic,  you are"
  62. GOXY 7 9
  63. WRITE "currently working on."
  64. GOXY 7 11
  65. COLOR FOREGROUND 14
  66. WRITE "Try to play around with DataShow, to get an idea what it is about."
  67. GOXY 7 13
  68. COLOR FOREGROUND 11
  69. WRITE "Also you should read the file called NOTES.TXT.  It contains infor-"
  70. GOXY 7 14
  71. WRITE "mation  about many subjects,  including how to become  owner of the"
  72. GOXY 7 15
  73. WRITE "full DataShow package.  The registered version of DataShow includes"
  74. GOXY 7 16
  75. WRITE "a text based manual that can be printed and used next to DataShow."
  76. GOXY 7 18
  77. COLOR FOREGROUND 14
  78. WRITE "To try out DataShow, you can enter SHOW in the operating system."
  79. WAIT 2
  80. JUMPMARK 10
  81.  
  82. ; Exit this script.
  83. MARK 10
  84.